how to give color to text in html

47

how to give color to text in html -

HTML color to text
<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>

Comments

Submit
0 Comments